home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 10r.dir / 00014_xit.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  160 b   |  11 lines

  1. on exitFrame
  2.   global gsearchOn
  3.   unLoadCast()
  4.   unLoad()
  5.   if gsearchOn = 1 then
  6.     sprite(6).visibility = 1
  7.   else
  8.     sprite(6).visibility = 0
  9.   end if
  10. end
  11.